Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust code to PG13 tuptoaster changes #2797

Merged
merged 1 commit into from
Jan 12, 2021

Conversation

svenklemm
Copy link
Member

PG13 split tuptoaster.c into three separate files. This patch also
removes unnecesary tuptoaster.h includes.

postgres/postgres@8b94dab066

@svenklemm svenklemm requested a review from a team as a code owner January 8, 2021 21:44
@svenklemm svenklemm requested review from pmwkaa, erimatnor and gayyappan and removed request for a team January 8, 2021 21:44
@codecov
Copy link

codecov bot commented Jan 8, 2021

Codecov Report

Merging #2797 (f493ee9) into master (44edb25) will increase coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2797      +/-   ##
==========================================
+ Coverage   90.09%   90.23%   +0.14%     
==========================================
  Files         212      212              
  Lines       34670    34620      -50     
==========================================
+ Hits        31235    31240       +5     
+ Misses       3435     3380      -55     
Impacted Files Coverage Δ
tsl/src/remote/async.c 83.14% <ø> (ø)
tsl/src/remote/stmt_params.c 96.29% <ø> (ø)
tsl/src/reorder.c 81.72% <ø> (ø)
tsl/src/data_node_dispatch.c 97.27% <0.00%> (+0.24%) ⬆️
src/loader/bgw_message_queue.c 87.09% <0.00%> (+2.58%) ⬆️
src/import/planner.c 70.30% <0.00%> (+11.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 44edb25...f493ee9. Read the comment docs.

PG13 split tuptoaster.c into three separate files. This patch also
removes unnecesary tuptoaster.h includes.

postgres/postgres@8b94dab066
@svenklemm svenklemm merged commit 2bef612 into timescale:master Jan 12, 2021
@svenklemm svenklemm deleted the pg13_tuptoaster branch April 18, 2021 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants